Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / SavePDF Method / SavePDF(Stream,Workbook[]) Method
The specified pdf file.
The workbook collection.
In This Topic
    SavePDF(Stream,Workbook[]) Method
    In This Topic
    Saves the datas from different workbooks to the specified pdf file stream.
    Syntax
    public void SavePDF( 
       System.IO.Stream stream,
       params Workbook[] workbooks
    )

    Parameters

    stream
    The specified pdf file.
    workbooks
    The workbook collection.
    See Also